From 5c381f3749d99628a77ee4f1c7246bdd4b25ac97 Mon Sep 17 00:00:00 2001 From: Debian BOINC Maintainers Date: Tue, 30 Sep 2014 12:49:40 +0000 Subject: [PATCH] _give_stderr_some_output Gbp-Pq: Name 211_give_stderr_some_output.patch --- client/main.cpp | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/client/main.cpp b/client/main.cpp index 80a37ac..ed1b8b0 100644 --- a/client/main.cpp +++ b/client/main.cpp @@ -177,7 +177,7 @@ typedef seti_error boinc_error; extern APP_INIT_DATA app_init_data; -int main(int argc, char** argv) { +int main(int argc, char* argv[]) { int retval = 0, i; FORCE_FRAME_POINTER; #ifdef USE_MANUAL_CALLSTACK @@ -202,7 +202,10 @@ int main(int argc, char** argv) { bool standalone = false; g_argv[0]=argv[0]; + fprintf(stderr,"boinc-app-seti is invoked with the following arguments: \n"); + fprintf(stderr,"--start\n"); for (i=1; i